<script>on openBackgroundglobal mapLoc, mapCleaning, certifiedset cursor to watchrepeat with count = 1 to 12 -- what have I completed?if line count of field "footprints" is empty thenset the style of bkgnd button count to opaqueelse set the style of bkgnd button count to transparentset the icon of bkgnd button count to 0end repeatrepeat with count = 13 to 24 -- where was I?set the icon of bkgnd button count to 0end repeatset the icon of bkgnd button mapLoc to "Open Cross small"if mapCleaning = "true" then exit openBackgroundif certified = "true" then exit openBackgroundif line 13 of field "footprints" = "true" then exit openBackgroundrepeat with x = 1 to 12if line x of field "footprints" ≠ "yes" then exit openBackgroundend repeatput "true" into certifiedanswer "Congratulations! You finished the stack." with "Thank You"answer "Would you like a Certificate of Completion" ¬with "Yes" or "No"if it = "No" then exit openBackgroundput "true" into line 13 of field "footprints"push cardvisual dissolvego card "certificate1"end openBackground</script>